Opc.Ua.Core
Create(UInt32,String,Object[]) Method



Opc.Ua Namespace > ServiceResult Class > Create Method : Create(UInt32,String,Object[]) Method
Creates a new instance of a ServiceResult
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal code As UInteger, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) As ServiceResult
'Usage
 
Dim code As UInteger
Dim format As String
Dim args() As Object
Dim value As ServiceResult
 
value = ServiceResult.Create(code, format, args)
public static ServiceResult Create( 
   uint code,
   string format,
   params object[] args
)
public:
static ServiceResult^ Create( 
   uint code,
   String^ format,
   ... array<Object^>^ args
) 

Parameters

code
format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceResult Class
ServiceResult Members
Overload List